home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / DCC.DLL / string.txt
Encoding:
Text File  |  1996-08-12  |  12.7 KB  |  329 lines

  1. 0    Ordinal type required
  2. 1    File type not allowed here
  3. 2    Undeclared identifier: '%s'
  4. 3    Identifier redeclared: '%s'
  5. 4    '%s' is not a type identifier
  6. 5    PACKED not allowed here
  7. 6    Constant or type identifier expected
  8. 7    Incompatible types
  9. 8    Incompatible types: %s
  10. 9    Incompatible types: '%s' and '%s'
  11. 10    Low bound exceeds high bound
  12. 11    Type of expression must be BOOLEAN
  13. 12    Type of expression must be INTEGER
  14. 13    Statement expected, but expression of type '%s' found
  15. 14    Operator not applicable to this operand type
  16. 15    Array type required
  17. 16    Pointer type required
  18. 17    Record, object or class type required
  19. 18    Object type required
  20. 19    Object or class type required
  21. 20    Class type required
  22. 21    Function needs result type
  23. 22    Invalid function result type
  24. 23    Procedure cannot have a result type
  25. 24    Text after final 'END.' - ignored by compiler
  26. 25    Constant expression expected
  27. 26    Constant expression violates subrange bounds
  28. 27    Duplicate tag value
  29. 28    Sets may have at most 256 elements
  30. 29    %s expected but %s found
  31. 30    Duplicate case label
  32. 31    Label expected
  33. 32    For loop control variable must be simple local variable
  34. 33    For loop control variable must have ordinal type
  35. 34    Types of actual and formal var parameters must be identical
  36. 35    Too many actual parameters
  37. 36    Not enough actual parameters
  38. 37    Variable required
  39. 38    Declaration of '%s' differs from previous declaration
  40. 39    Illegal character in input file: '%c' ($%X)
  41. 40    File not found: '%s'
  42. 41    Could not create output file '%s'
  43. 42    Seek error on '%s'
  44. 43    Read error on '%s'
  45. 44    Write error on '%s'
  46. 45    Close error on '%s'
  47. 46    Bad file format: '%s'
  48. 47    Out of memory
  49. 48    Circular unit reference to '%s'
  50. 49    Bad unit format: %s
  51. 50    Label declaration not allowed in interface part
  52. 51    Statements not allowed in interface part
  53. 52    Unit %s was compiled with a different version of %s
  54. 53    Unterminated string
  55. 54    Syntax error in real number
  56. 55    Procedure too long: exceeds 32K
  57. 56    Illegal type in Write/Writeln statement
  58. 57    Illegal type in Read/Readln statement
  59. 58    String literals may have at most 255 elements
  60. 59    Unexpected end of file in comment started on line %ld
  61. 60    Invalid compiler directive: '%s'
  62. 61    Bad global symbol definition: '%s' in object file '%s'
  63. 62    Invalid relocation information
  64. 63    Class or object types only allowed in type section
  65. 64    Local class or object types not allowed
  66. 65    Virtual constructors are not allowed
  67. 66    Could not compile used unit '%s'
  68. 67    Left side cannot be assigned to
  69. 68    Unsatisfied forward or external declaration: '%s'
  70. 69    Missing operator or semicolon
  71. 70    Missing parameter type
  72. 71    Illegal reference to symbol '%s' in object file '%s'
  73. 72    Line too long (more than 255 characters)
  74. 73    Unknown directive: '%s'
  75. 74    This type cannot be initialized
  76. 75    Number of elements differs from declaration
  77. 76    Label already defined: '%s'
  78. 77    Label declared and referenced, but not set: '%s'
  79. 78    This form of method call only allowed in methods of derived types
  80. 79    This form of method call only allowed for class methods
  81. 80    Variable '%s' might not have been initialized
  82. 81    Value assigned to '%s' never used
  83. 82    Return value of function '%s' might be undefined
  84. 83    Procedure FAIL only allowed in constructor
  85. 84    Procedure NEW needs constructor
  86. 85    Procedure DISPOSE needs destructor
  87. 86    Assignment to FOR-Loop variable '%s'
  88. 87    FOR-Loop variable '%s' may be undefined after loop
  89. 88    TYPEOF can only be applied to object types with a VMT
  90. 89    Order of fields in record constant differs from declaration
  91. 90    Internal error: %s%d
  92. 91    Unit name mismatch: '%s'
  93. 92    No identifiers referenced from unit %s
  94. 93    Type '%s' is not yet completely defined
  95. 94    System unit incompatible with trial version
  96. 95    Integer constant or variable name expected
  97. 96    Invalid typecast
  98. 97    User break - compilation aborted
  99. 98    Assignment to typed constant '%s'
  100. 99    Segment/Offset pairs not supported in Borland 32-bit Pascal
  101. 100    Program or unit recursively uses itself
  102. 101    Procedure runs out of local address space
  103. 102    Label '%s' is not declared in current procedure
  104. 103    Local procedure/function '%s' assigned to procedure variable
  105. 104    Missing ENDIF directive
  106. 105    Method identifier expected
  107. 106    FOR-Loop variable '%s' cannot be passed as var parameter
  108. 107    Typed constant '%s' passed as var parameter
  109. 108    BREAK or CONTINUE outside of loop
  110. 109    Division by zero
  111. 110    Overflow in conversion or arithmetic operation
  112. 111    Data type too large: exceeds 2 GB
  113. 112    Integer constant too large
  114. 113    16-Bit fixup encountered in object file '%s'
  115. 114    Inline assembler syntax error
  116. 115    Inline assembler stack overflow
  117. 116    Operand size mismatch
  118. 117    Memory reference expected
  119. 118    Constant expected
  120. 119    Type expected
  121. 120    Cannot add or subtract relocatable symbols
  122. 121    Invalid register combination
  123. 122    Numeric overflow
  124. 123    String constant too long
  125. 124    Error in numeric constant
  126. 125    Invalid combination of opcode and operands
  127. 126    486/487 instructions not enabled
  128. 127    Division by zero
  129. 128    Structure field identifier expected
  130. 129    LOOP/JCXZ distance out of range
  131. 130    Procedure or function name expected
  132. 131    PROCEDURE or FUNCTION expected
  133. 132    Instance variable '%s' inaccessible here
  134. 133    EXCEPT or FINALLY expected
  135. 134    Cannot BREAK, CONTINUE or EXIT out of a FINALLY clause
  136. 135    'GOTO %s' leads into or out of TRY statement
  137. 136    %s clause expected, but %s found
  138. 137    Cannot assign to a read-only property
  139. 138    Cannot read a write-only property
  140. 139    Class already has a default property
  141. 140    Default property must be an array property
  142. 141    TYPEINFO standard function expects a type identifier
  143. 142    Type '%s' has no type info
  144. 143    FOR or WHILE loop executes zero times - deleted
  145. 144    No definition for abstract method '%s' allowed
  146. 145    Method '%s' not found in base class
  147. 146    Invalid message parameter list
  148. 147    Illegal message method index
  149. 148    Duplicate message method index
  150. 149    Bad file format '%s'
  151. 150    Inaccessible value
  152. 151    Destination cannot be assigned to
  153. 152    Expression has no value
  154. 153    Destination is inaccessible
  155. 154    Expression is not a procedure
  156. 155    No source line for this procedure
  157. 156    Re-raising an exception only allowed in exception handler
  158. 157    Default values must be of ordinal, pointer or small set type
  159. 158    Property '%s' does not exist in base class
  160. 159    Dynamic method or message handler not allowed here
  161. 160    Class does not have a default property
  162. 161    Bad argument type in variable type array constructor
  163. 162    Could not load RLINK32.DLL
  164. 163    Wrong or corrupted version of RLINK32.DLL
  165. 164    ';' not allowed before 'ELSE'
  166. 165    Type '%s' needs finalization - not allowed in variant record
  167. 166    Type '%s' needs finalization - not allowed in file type
  168. 167    Expression too complicated
  169. 168    Element 0 inaccessible - use 'Length' or 'SetLength'
  170. 169    System unit out of date or corrupted: missing '%s'
  171. 170    Type not allowed in OLE Automation call
  172. 171    %s
  173. 172    %s: %s
  174. 173    Too many conditional symbols
  175. 174    Method '%s' hides virtual method of base type '%s'
  176. 175    Variable '%s' is declared but never used in '%s'
  177. 176    Compile terminated by user
  178. 177    Unnamed arguments must precede named arguments in OLE Automation call
  179. 178    Abstract methods must be virtual or dynamic
  180. 179    Case label outside of range of case expression
  181. 180    Field or method identifier expected
  182. 181    Constructing instance of '%s' containing abstract methods
  183. 182    Field definition not allowed after methods or properties
  184. 183    Cannot override a static method
  185. 184    Variable '%s' inaccessible here due to optimization
  186. 185    Necessary library helper function was eliminated by linker
  187. 186    Missing or invalid conditional symbol in '$%s' directive
  188. 187    Incompatible format specification
  189. 188    Format specifier must be C, S, D, H, X, Fn, P, R or nM
  190. 189    Bad specification of M format
  191. 190    Fn requires 2 <= n <= 18
  192. 191    '%s' not previously declared as a PROPERTY
  193. 192    Field definition not allowed in OLE automation section
  194. 193    Illegal type in OLE automation section: '%s'
  195. 194    String constant truncated to fit STRING[%ld]
  196. 195    Constructors and destructors not allowed in OLE automation section
  197. 196    Dynamic methods and message handlers not allowed in OLE automation section
  198. 197    Only register calling convention allowed in OLE automation section
  199. 198    Dispid '%d' already used by '%s'
  200. 199    Redeclaration of property not allowed in OLE automation section
  201. 200    '%s' clause not allowed in OLE automation section
  202. 201    Dispid clause only allowed in OLE automation section
  203. 202    Type '%s' must be a class to have OLE automation
  204. 203    Type '%s' must be a class to have a PUBLISHED section
  205. 204    Redeclaration of '%s' hides a member in the base class
  206. 205    Overriding automated virtual method '%s' cannot specify a dispid
  207. 206    Published Real property '%s' must be Single, Double or Extended
  208. 207    Size of published set '%s' is >4 bytes
  209. 208    Published property '%s' cannot be of type %s
  210. 209    Thread local variables cannot be local to a function
  211. 210    Thread local variables cannot be ABSOLUTE
  212. 211    EXPORTS allowed only at global scope
  213. 212    Constants cannot be used as open array arguments
  214. 213    Slice standard function only allowed as open array argument
  215. 214    Cannot initialize thread local variables
  216. 215    Cannot initialize local variables
  217. 216    Cannot initialize multiple variables
  218. 217    Constant object cannot be passed as var parameter
  219. 218    HIGH cannot be applied to a long string
  220. 4096      -A<unit>=<alias> = Set unit alias
  221. 4097      -B = Build all units             
  222. 4098      -CC = Console target             
  223. 4099      -CG = GUI target                 
  224. 4100      -D<syms> = Define conditionals   
  225. 4101      -E<path> = EXE output directory  
  226. 4102      -F<offset> = Find error          
  227. 4103      -GD = Detailed map file          
  228. 4104      -GP = Map file with publics      
  229. 4105      -GS = Map file with segments     
  230. 4106      -H = Output hint messages        
  231. 4107      -I<paths> = Include directories  
  232. 4108      -J = Generate .obj file          
  233. 4109      -K<addr> = Set image base addr   
  234. 4110      -M = Make modified units         
  235. 4111      -O<paths> = Object directories   
  236. 4112      -P = look for 8.3 file names also
  237. 4113      -Q = Quiet compile               
  238. 4114      -R<paths> = Resource directories 
  239. 4115      -U<paths> = Unit directories     
  240. 4116      -V = Debug information in EXE    
  241. 4117      -W = Output warning messages     
  242. 4118      -$<dir> = Compiler directive     
  243. 4119      A+  Aligned record fields         
  244. 4120      B-  Full boolean Evaluation       
  245. 4121      D-  Debug information             
  246. 4122      H-  Use long strings by default   
  247. 4123      I-  I/O checking                  
  248. 4124      J+  Writeable structured consts   
  249. 4125      L-  Local debug symbols           
  250. 4126      M-  Runtime type info             
  251. 4127      O-  Optimization                  
  252. 4128      P-  Open string params            
  253. 4129      Q-  Integer overflow checking     
  254. 4130      R-  Range checking                
  255. 4131      T-  Typed @ operator              
  256. 4132      U-  Pentium(tm)-safe divide       
  257. 4133      V-  Strict var-strings            
  258. 4134      W-  Generate stack frames         
  259. 4135      X-  Extended syntax               
  260. 4136      Y-  Symbol reference info         
  261. 4137      Z-  Minimum size of enum types    
  262. 4138    Delphi for Win32  Version 9.0  Copyright (c) 1983,96 Borland International\n
  263. 4139    \nSyntax: DCC32 [options] filename [options]\n\n
  264. 4140    Compiler switches: -$<letter><state> (defaults are shown below)
  265. 4141    Stack size: -$M<minStackSize[,maxStackSize]> (default 16384,1048576)\n
  266. 4142    %ld lines, %0.2f seconds, %ld bytes code, %ld bytes data.\n
  267. 4143    Delphi exception %s at %s
  268. 4144    Function to be called, %s, was eliminated by linker
  269. 4145    Symbol was eliminated by linker
  270. 4146    Inaccessible value
  271. 4147    Expression illegal in evaluator
  272. 4148    Access violation at %08X accessing %08X
  273. 4149    In page error at %08X
  274. 4150    Out of memory at %08X
  275. 4151    Illegal instruction at %08X
  276. 4152    Noncontinuable exception at %08X
  277. 4153    Invalid disposition at %08X
  278. 4154    Array bounds exceeded at %08X
  279. 4155    Denormal floating point value at %08X
  280. 4156    Floating point divide by zero at %08X
  281. 4157    Floating point inexact result at %08X
  282. 4158    Floating point invalid operation at %08X
  283. 4159    Floating point overflow at %08X
  284. 4160    Floating point stack check at %08X
  285. 4161    Floating point underflow at %08X
  286. 4162    Integer divide by zero at %08X
  287. 4163    Integer overflow at %08X
  288. 4164    Privileged instruction at %08X
  289. 4165    Stack overflow at %08X
  290. 4166    Control C exit at %08X
  291. 4167    Unknown exception %08lX at %08lX
  292. 4168    identifier
  293. 4169    number
  294. 4170    Identifier
  295. 4171    Number
  296. 4172    real constant
  297. 4173    string constant
  298. 4174    end of file
  299. 4175    Identifier or number
  300. 4176    ',' or ';'
  301. 4177    ',' or ':'
  302. 4178    ';'
  303. 4179    ';' or ')'
  304. 4180    ',' or ')'
  305. 4181    Type
  306. 4182    Declaration
  307. 4183    Expression
  308. 4184    Statement
  309. 4185    'TO'
  310. 4186    'END'
  311. 4187    ':'
  312. 4188    ',', ')' or ']'
  313. 4189    Hint
  314. 4190    Warning
  315. 4191    Error
  316. 4192    Fatal
  317. 4193    INDEX, READ or WRITE
  318. 4194    READ or WRITE
  319. 4195    Calling conventions differ
  320. 4196    Parameter lists differ
  321. 4197    Length
  322. 4198    Untyped
  323. 4199    (out of bound) %d
  324. 4200    Unknown type: %d
  325. 4201    Error(%d)
  326. 4202    Unassigned
  327. 4203    Unknown
  328. 4204    (no value)
  329.